home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / developer-tools / guis / gadutil / docs / autodocs / 31.gu_getgadgetattrsa < prev    next >
Encoding:
Text File  |  1996-07-16  |  1.1 KB  |  35 lines

  1. gadutil.library/GU_GetGadgetAttrsA         gadutil.library/GU_GetGadgetAttrsA
  2.  
  3.    NAME
  4.     GU_GetGadgetAttrsA -- Request the attributes of a GadTools gadget.
  5.  
  6.    SYNOPSIS
  7.     numProcessed = GU_GetGadgetAttrsA(gad, win, req, taglist)
  8.     D0                                A0   A1   A2   A3
  9.  
  10.     LONG *GU_GetGadgetAttrsA(struct Gadget *, struct Window *,
  11.                  struct Requester *, struct TagItem *);
  12.  
  13.    FUNCTION
  14.     Retrieve the attributes of the specified gadget, according to the
  15.     attributes chosen in the tag list.  For each entry in the tag list,
  16.     ti_Tag identifies the attribute, and ti_Data is a pointer to
  17.     the long variable where you wish the result to be stored.
  18.  
  19.    INPUTS
  20.     gad     - Pointer to the gadget in question, may be NULL.
  21.     win     - Pointer to the window containing the gadget
  22.     req     - Reserved for future use, should always be NULL
  23.     taglist - Pointer to a TagItem list
  24.  
  25.    RESULT
  26.     numProcessed - The number of attributes successfully filled in.
  27.  
  28.    NOTES
  29.     See gadtools/GT_GetGadgetAttrsA() for tags and examples.
  30.  
  31.     Requires kickstart 3.0 (V39).
  32.  
  33.    SEE ALSO
  34.     GU_SetGadgetAttrsA(), gadtools/GT_GetGadgetAttrsA()
  35.